object PrintOpt: TPrintOpt Left = 271 Top = 118 BorderStyle = bsDialog Caption = 'Print Options' ClientHeight = 145 ClientWidth = 183 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow TextHeight = 19 object Bevel3: TBevel Left = 12 Top = 8 Width = 161 Height = 81 Shape = bsFrame Style = bsRaised end object Print: TButton Left = 8 Top = 96 Width = 77 Height = 37 Caption = '&Print' Default = True TabOrder = 1 OnClick = PrintClick end object ExitButton: TButton Left = 96 Top = 96 Width = 77 Height = 37 Caption = 'E&xit' TabOrder = 2 OnClick = ExitButtonClick end object Font: TButton Left = 20 Top = 16 Width = 141 Height = 29 Caption = '&Puzzle Font' TabOrder = 0 OnClick = FontClick end object FontName: TEdit Left = 20 Top = 52 Width = 141 Height = 25 TabStop = False AutoSize = False ReadOnly = True TabOrder = 3 end object MyFontDialog: TFontDialog Font.Color = clWindowText Font.Height = -17 Font.Name = 'System' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 92 Top = 84 end object MyPrintDialog: TPrintDialog Left = 52 Top = 84 end end